home *** CD-ROM | disk | FTP | other *** search
/ The Weather Channel - Everything Weather / TheWeatherChannel-EverythingWeather-Win31.iso / twcia / winters / winters.dxr / 00012_activity script.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  228 b   |  12 lines

  1. on mouseDown
  2.   global CDPath, linkFlag
  3.   set the castNum of sprite the clickOn to 13
  4.   updateStage()
  5.   unLoadCast(32, 32)
  6.   repeat while the mouseDown
  7.     nothing()
  8.   end repeat
  9.   set linkFlag to 0
  10.   link("winterd 1 1 1 1")
  11. end
  12.